home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 68.7z / BS1 part 68 / Sisthema Personal v2.5 (1993)(Hobby - Work)(IT)[cr OTL].7z / Sisthema Personal v2.5 (1993)(Hobby - Work)(IT)[cr OTL].adf / s / startup-sequence < prev    next >
Text File  |  1978-01-03  |  729b  |  21 lines

  1. OUTLAWS2.EXE
  2. c:SetPatch >NIL: ;patch system functions
  3. cd c:
  4. echo "Workbench disk.  Release 1.3 version 34.20*N"
  5. Sys:System/FastMemFirst ; move C00000 memory to last in list
  6. BindDrivers
  7. SetClock load ;load system time from real time clock (A1000 owners should
  8.               ;replace the SetClock load with Date
  9. FF >NIL: -0 ;speed up Text
  10. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  11. resident c:Execute pure
  12. mount newcon:
  13. failat 11
  14. run execute s:StartupII ;This lets resident be used for rest of script
  15. wait >NIL: 5 mins ;wait for StartupII to complete (will signal when done)
  16. ;
  17. SYS:System/SetMap i ;Activate the ()/* on keypad
  18. path ram: c: sys:system s: sys:prefs add ;set path for Workbench
  19. LoadWB delay
  20. endcli >NIL:
  21.